Skip to main content
Version: 5.x.x

ExtractEndpointType


import { ExtractEndpointType } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:36

Preview

type ExtractEndpointType<T> = T extends Request<any, any, any, any, any, infer  E, any, any, any, any> ? E : never;

Structure

T extends Request<any, any, any, any, any, infer E, any, any, any, any> ? E : never